{$STRICT}
The strict directive instructs the compiler to recognize observe syntax and semantic rules which are valid for the VectorWorks version specified in the compiler directive. The syntax for the strict directive is:
{$STRICT <version number>}
Syntax which is not valid for the specified version will generate a VectorScript error. The strict directive is intended for use in testing compatibility of scripts with different versions of VectorWorks.
Example: Strict directive
{$STRICT 7}
In the example, the VectorScript compiler will recognize only syntax conventions valid for MiniCAD 7. Any new syntax conventions not valid in this version (such as dynamic arrays or structures) will return an error, and should not be used in scripts that must be compatible with the version specified in the directive.

Compiler Directives : {$STRICT}

Nemetschek NA
Phone: 410.290.5114
Fax: 410.290.8050